[INFO] cloning repository https://github.com/baloo/blocksizes-repro
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/baloo/blocksizes-repro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbaloo%2Fblocksizes-repro", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbaloo%2Fblocksizes-repro'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1b719ec71919364ad824094f719190e594351a8e
[INFO] fixing baloo/blocksizes-repro against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbaloo%2Fblocksizes-repro" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/baloo/blocksizes-repro
[INFO] finished tweaking git repo https://github.com/baloo/blocksizes-repro
[INFO] tweaked toml for git repo https://github.com/baloo/blocksizes-repro written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/baloo/blocksizes-repro on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/baloo/blocksizes-repro already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hybrid-array v0.4.7
[INFO] [stderr]   Downloaded cipher v0.5.1
[INFO] [stderr]   Downloaded crypto-common v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d1c71b70c4a0afdc8993cea7872c63a896cbc98e73a2240eb9753a8af13406c9
[INFO] running `Command { std: "docker" "start" "d1c71b70c4a0afdc8993cea7872c63a896cbc98e73a2240eb9753a8af13406c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d1c71b70c4a0afdc8993cea7872c63a896cbc98e73a2240eb9753a8af13406c9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d1c71b70c4a0afdc8993cea7872c63a896cbc98e73a2240eb9753a8af13406c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d1c71b70c4a0afdc8993cea7872c63a896cbc98e73a2240eb9753a8af13406c9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking hybrid-array v0.4.7
[INFO] [stderr]     Checking crypto-common v0.2.0
[INFO] [stderr]     Checking inout v0.2.2
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking cipher v0.5.1
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/block/ctx.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 |     type BlockSize = BS;
[INFO] [stdout]    |                      ^^ the trait `crypto_common::typenum::NonZero` is not implemented for `BS`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]    = note: required for `<block::ctx::BlockCtx<'_, '_, BS> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     type BlockSize: BlockSizes;
[INFO] [stdout]    |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `NonZero`
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<BS: ArraySize + crypto_common::typenum::NonZero> BlockSizeUser for BlockCtx<'_, '_, BS> {
[INFO] [stdout]    |                    +++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/block/ctx.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 |     type BlockSize = BS;
[INFO] [stdout]    |                      ^^ the trait `Cmp<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>` is not implemented for `BS`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `BS` to implement `IsLess<UInt<UInt<UInt<UInt<UInt<..., ...>, ...>, ...>, ...>, ...>>`
[INFO] [stdout]    = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]    = note: required for `<block::ctx::BlockCtx<'_, '_, BS> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     type BlockSize: BlockSizes;
[INFO] [stdout]    |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cipher-eb9d3c2926614e24.long-type-8102383411518850640.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `Cmp`
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<BS: ArraySize + crypto_common::typenum::Cmp<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UTerm, crypto_common::typenum::B1>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>>> BlockSizeUser for BlockCtx<'_, '_, BS> {
[INFO] [stdout]    |                    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/block/ctx.rs:51:22
[INFO] [stdout]    |
[INFO] [stdout] 51 |     type BlockSize = BS;
[INFO] [stdout]    |                      ^^ the trait `crypto_common::typenum::NonZero` is not implemented for `BS`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]    = note: required for `<BlocksCtx<'_, '_, BS> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     type BlockSize: BlockSizes;
[INFO] [stdout]    |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `NonZero`
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl<BS: ArraySize + crypto_common::typenum::NonZero> BlockSizeUser for BlocksCtx<'_, '_, BS> {
[INFO] [stdout]    |                    +++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/block/ctx.rs:51:22
[INFO] [stdout]    |
[INFO] [stdout] 51 |     type BlockSize = BS;
[INFO] [stdout]    |                      ^^ the trait `Cmp<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>` is not implemented for `BS`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `BS` to implement `IsLess<UInt<UInt<UInt<UInt<UInt<..., ...>, ...>, ...>, ...>, ...>>`
[INFO] [stdout]    = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]    = note: required for `<BlocksCtx<'_, '_, BS> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     type BlockSize: BlockSizes;
[INFO] [stdout]    |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cipher-eb9d3c2926614e24.long-type-8102383411518850640.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `Cmp`
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl<BS: ArraySize + crypto_common::typenum::Cmp<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UTerm, crypto_common::typenum::B1>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>>> BlockSizeUser for BlocksCtx<'_, '_, BS> {
[INFO] [stdout]    |                    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/stream/core_api.rs:207:22
[INFO] [stdout]     |
[INFO] [stdout] 207 |     type BlockSize = BS;
[INFO] [stdout]     |                      ^^ the trait `crypto_common::typenum::NonZero` is not implemented for `BS`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]     = note: required for `<WriteBlockCtx<'_, BS> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]     |
[INFO] [stdout]  61 |     type BlockSize: BlockSizes;
[INFO] [stdout]     |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `NonZero`
[INFO] [stdout]     |
[INFO] [stdout] 206 | impl<BS: ArraySize + crypto_common::typenum::NonZero> BlockSizeUser for WriteBlockCtx<'_, BS> {
[INFO] [stdout]     |                    +++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/stream/core_api.rs:207:22
[INFO] [stdout]     |
[INFO] [stdout] 207 |     type BlockSize = BS;
[INFO] [stdout]     |                      ^^ the trait `Cmp<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>` is not implemented for `BS`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `BS` to implement `IsLess<UInt<UInt<UInt<UInt<UInt<..., ...>, ...>, ...>, ...>, ...>>`
[INFO] [stdout]     = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]     = note: required for `<WriteBlockCtx<'_, BS> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]     |
[INFO] [stdout]  61 |     type BlockSize: BlockSizes;
[INFO] [stdout]     |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cipher-eb9d3c2926614e24.long-type-7927593852650244002.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `Cmp`
[INFO] [stdout]     |
[INFO] [stdout] 206 | impl<BS: ArraySize + crypto_common::typenum::Cmp<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UTerm, crypto_common::typenum::B1>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>>> BlockSizeUser for WriteBlockCtx<'_, BS> {
[INFO] [stdout]     |                    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/stream/core_api.rs:221:22
[INFO] [stdout]     |
[INFO] [stdout] 221 |     type BlockSize = BS;
[INFO] [stdout]     |                      ^^ the trait `crypto_common::typenum::NonZero` is not implemented for `BS`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]     = note: required for `<WriteBlocksCtx<'_, BS> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]     |
[INFO] [stdout]  61 |     type BlockSize: BlockSizes;
[INFO] [stdout]     |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `NonZero`
[INFO] [stdout]     |
[INFO] [stdout] 220 | impl<BS: ArraySize + crypto_common::typenum::NonZero> BlockSizeUser for WriteBlocksCtx<'_, BS> {
[INFO] [stdout]     |                    +++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/stream/core_api.rs:221:22
[INFO] [stdout]     |
[INFO] [stdout] 221 |     type BlockSize = BS;
[INFO] [stdout]     |                      ^^ the trait `Cmp<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>` is not implemented for `BS`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `BS` to implement `IsLess<UInt<UInt<UInt<UInt<UInt<..., ...>, ...>, ...>, ...>, ...>>`
[INFO] [stdout]     = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]     = note: required for `<WriteBlocksCtx<'_, BS> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]     |
[INFO] [stdout]  61 |     type BlockSize: BlockSizes;
[INFO] [stdout]     |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cipher-eb9d3c2926614e24.long-type-7927593852650244002.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `Cmp`
[INFO] [stdout]     |
[INFO] [stdout] 220 | impl<BS: ArraySize + crypto_common::typenum::Cmp<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UTerm, crypto_common::typenum::B1>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>>> BlockSizeUser for WriteBlocksCtx<'_, BS> {
[INFO] [stdout]     |                    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/stream/core_api.rs:246:22
[INFO] [stdout]     |
[INFO] [stdout] 246 |     type BlockSize = BS;
[INFO] [stdout]     |                      ^^ the trait `crypto_common::typenum::NonZero` is not implemented for `BS`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]     = note: required for `<ApplyBlockCtx<'_, '_, BS> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]     |
[INFO] [stdout]  61 |     type BlockSize: BlockSizes;
[INFO] [stdout]     |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `NonZero`
[INFO] [stdout]     |
[INFO] [stdout] 245 | impl<BS: ArraySize + crypto_common::typenum::NonZero> BlockSizeUser for ApplyBlockCtx<'_, '_, BS> {
[INFO] [stdout]     |                    +++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/stream/core_api.rs:246:22
[INFO] [stdout]     |
[INFO] [stdout] 246 |     type BlockSize = BS;
[INFO] [stdout]     |                      ^^ the trait `Cmp<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>` is not implemented for `BS`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `BS` to implement `IsLess<UInt<UInt<UInt<UInt<UInt<..., ...>, ...>, ...>, ...>, ...>>`
[INFO] [stdout]     = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]     = note: required for `<ApplyBlockCtx<'_, '_, BS> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]     |
[INFO] [stdout]  61 |     type BlockSize: BlockSizes;
[INFO] [stdout]     |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cipher-eb9d3c2926614e24.long-type-8102383411518850640.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `Cmp`
[INFO] [stdout]     |
[INFO] [stdout] 245 | impl<BS: ArraySize + crypto_common::typenum::Cmp<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UTerm, crypto_common::typenum::B1>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>>> BlockSizeUser for ApplyBlockCtx<'_, '_, BS> {
[INFO] [stdout]     |                    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/stream/core_api.rs:263:22
[INFO] [stdout]     |
[INFO] [stdout] 263 |     type BlockSize = BS;
[INFO] [stdout]     |                      ^^ the trait `crypto_common::typenum::NonZero` is not implemented for `BS`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]     = note: required for `<ApplyBlocksCtx<'_, '_, BS> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]     |
[INFO] [stdout]  61 |     type BlockSize: BlockSizes;
[INFO] [stdout]     |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `NonZero`
[INFO] [stdout]     |
[INFO] [stdout] 262 | impl<BS: ArraySize + crypto_common::typenum::NonZero> BlockSizeUser for ApplyBlocksCtx<'_, '_, BS> {
[INFO] [stdout]     |                    +++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/stream/core_api.rs:263:22
[INFO] [stdout]     |
[INFO] [stdout] 263 |     type BlockSize = BS;
[INFO] [stdout]     |                      ^^ the trait `Cmp<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>` is not implemented for `BS`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `BS` to implement `IsLess<UInt<UInt<UInt<UInt<UInt<..., ...>, ...>, ...>, ...>, ...>>`
[INFO] [stdout]     = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]     = note: required for `<ApplyBlocksCtx<'_, '_, BS> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]     |
[INFO] [stdout]  61 |     type BlockSize: BlockSizes;
[INFO] [stdout]     |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cipher-eb9d3c2926614e24.long-type-8102383411518850640.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `Cmp`
[INFO] [stdout]     |
[INFO] [stdout] 262 | impl<BS: ArraySize + crypto_common::typenum::Cmp<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UTerm, crypto_common::typenum::B1>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>>> BlockSizeUser for ApplyBlocksCtx<'_, '_, BS> {
[INFO] [stdout]     |                    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/tweak/ctx.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     type BlockSize = BS;
[INFO] [stdout]    |                      ^^ the trait `crypto_common::typenum::NonZero` is not implemented for `BS`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]    = note: required for `<tweak::ctx::BlockCtx<'_, TS, BS> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     type BlockSize: BlockSizes;
[INFO] [stdout]    |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `NonZero`
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl<TS: ArraySize, BS: ArraySize + crypto_common::typenum::NonZero> BlockSizeUser for BlockCtx<'_, TS, BS> {
[INFO] [stdout]    |                                   +++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/tweak/ctx.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     type BlockSize = BS;
[INFO] [stdout]    |                      ^^ the trait `Cmp<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>` is not implemented for `BS`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `BS` to implement `IsLess<UInt<UInt<UInt<UInt<UInt<..., ...>, ...>, ...>, ...>, ...>>`
[INFO] [stdout]    = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]    = note: required for `<tweak::ctx::BlockCtx<'_, TS, BS> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     type BlockSize: BlockSizes;
[INFO] [stdout]    |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cipher-eb9d3c2926614e24.long-type-8102383411518850640.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `Cmp`
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl<TS: ArraySize, BS: ArraySize + crypto_common::typenum::Cmp<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UTerm, crypto_common::typenum::B1>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>>> BlockSizeUser for BlockCtx<'_, TS, BS> {
[INFO] [stdout]    |                                   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/tweak/zero.rs:52:22
[INFO] [stdout]    |
[INFO] [stdout] 52 |     type BlockSize = BS;
[INFO] [stdout]    |                      ^^ the trait `crypto_common::typenum::NonZero` is not implemented for `BS`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]    = note: required for `<ClosureWrapper<TS, BS, F> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     type BlockSize: BlockSizes;
[INFO] [stdout]    |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `NonZero`
[INFO] [stdout]    |
[INFO] [stdout] 51 | impl<TS: ArraySize, BS: ArraySize + crypto_common::typenum::NonZero, F> BlockSizeUser for ClosureWrapper<TS, BS, F> {
[INFO] [stdout]    |                                   +++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/tweak/zero.rs:52:22
[INFO] [stdout]    |
[INFO] [stdout] 52 |     type BlockSize = BS;
[INFO] [stdout]    |                      ^^ the trait `Cmp<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>` is not implemented for `BS`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `BS` to implement `IsLess<UInt<UInt<UInt<UInt<UInt<..., ...>, ...>, ...>, ...>, ...>>`
[INFO] [stdout]    = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]    = note: required for `<ClosureWrapper<TS, BS, F> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     type BlockSize: BlockSizes;
[INFO] [stdout]    |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cipher-eb9d3c2926614e24.long-type-7927593852650244002.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `Cmp`
[INFO] [stdout]    |
[INFO] [stdout] 51 | impl<TS: ArraySize, BS: ArraySize + crypto_common::typenum::Cmp<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UTerm, crypto_common::typenum::B1>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>>, F> BlockSizeUser for ClosureWrapper<TS, BS, F> {
[INFO] [stdout]    |                                   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/tweak/zero.rs:93:22
[INFO] [stdout]    |
[INFO] [stdout] 93 |     type BlockSize = BS;
[INFO] [stdout]    |                      ^^ the trait `crypto_common::typenum::NonZero` is not implemented for `BS`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]    = note: required for `<BackendWrapper<'_, BS, B> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     type BlockSize: BlockSizes;
[INFO] [stdout]    |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `NonZero`
[INFO] [stdout]    |
[INFO] [stdout] 92 | impl<BS: ArraySize + crypto_common::typenum::NonZero, B> BlockSizeUser for BackendWrapper<'_, BS, B> {
[INFO] [stdout]    |                    +++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `BS: crypto_common::sealed::BlockSizes` is not satisfied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.1/src/tweak/zero.rs:93:22
[INFO] [stdout]    |
[INFO] [stdout] 93 |     type BlockSize = BS;
[INFO] [stdout]    |                      ^^ the trait `Cmp<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>` is not implemented for `BS`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `BS` to implement `IsLess<UInt<UInt<UInt<UInt<UInt<..., ...>, ...>, ...>, ...>, ...>>`
[INFO] [stdout]    = note: required for `BS` to implement `crypto_common::sealed::BlockSizes`
[INFO] [stdout]    = note: required for `<BackendWrapper<'_, BS, B> as BlockSizeUser>::BlockSize` to implement `crypto_common::BlockSizes`
[INFO] [stdout] note: required by a bound in `crypto_common::BlockSizeUser::BlockSize`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     type BlockSize: BlockSizes;
[INFO] [stdout]    |                     ^^^^^^^^^^ required by this bound in `BlockSizeUser::BlockSize`
[INFO] [stdout]    = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/cipher-eb9d3c2926614e24.long-type-7927593852650244002.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: consider further restricting type parameter `BS` with trait `Cmp`
[INFO] [stdout]    |
[INFO] [stdout] 92 | impl<BS: ArraySize + crypto_common::typenum::Cmp<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UInt<crypto_common::typenum::UTerm, crypto_common::typenum::B1>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>, crypto_common::typenum::B0>>, B> BlockSizeUser for BackendWrapper<'_, BS, B> {
[INFO] [stdout]    |                    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cipher` (lib) due to 18 previous errors
[INFO] running `Command { std: "docker" "inspect" "d1c71b70c4a0afdc8993cea7872c63a896cbc98e73a2240eb9753a8af13406c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1c71b70c4a0afdc8993cea7872c63a896cbc98e73a2240eb9753a8af13406c9", kill_on_drop: false }`
[INFO] [stdout] d1c71b70c4a0afdc8993cea7872c63a896cbc98e73a2240eb9753a8af13406c9
